Đặt vé xe buýt trực tuyến bằng PHP / MySQLi

1 /*
2     Stylesheet
for Tigra Calendar v5.0
3     Product
is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed)
4     URL: http://www.softcomplex.com/products/tigra_calendar/
5
6     - all image paths are relative to path of stylesheet
7     - the styles below can be moved
into the document or in existing stylesheet
8
9 */
10
11 /* input box
in default state */
12 .tcalInput {
13     background: url(
'img/cal.gif') 100% 50% no-repeat;
14     cursor: pointer;
15     background-color:#FFFFFF;
16 }

17
18 /* additional properties
for input boxe in activated state, above still applies unless in conflict */
19 .tcalActive {
20     background-image: url(
'img/no_cal.gif');
21 }

22 /* container of calendar
's pop-up */
23 #tcal {
24     position: absolute;
25     visibility: hidden;
26     z-index:
100;
27     width: 170px;
28 }

29
30 /* table containing navigation and current month */

31 #tcalControls {
32     border-collapse: collapse;
33     border:
0;
34     width:
100%;
35     margin-bottom: 0px;
36 }
37 #tcalControls td {
38 background-color:#fff;
39     border-collapse: collapse;
40     border:
0;
41     padding:
0;
42     width: 16px;
43     background-position:
50% 50%;
44     background-repeat: no-repeat;
45     cursor: pointer;
46 }
47 #tcalControls th {
48 background-color:#fff;
49     border-collapse: collapse;
50     border:
0;
51     padding:
0;
52     line-height: 25px;
53     font-size: 10px;
54     text-align: center;
55     font-family: Tahoma, Geneva, sans-serif;
56     font-weight: bold;
57     white-space: nowrap;
58 }
59 #tcalPrevYear { background-image: url(
'img/prev_year.gif'); }
60 #tcalPrevMonth { background-image: url(
'img/prev_mon.gif'); }
61 #tcalNextMonth { background-image: url(
'img/next_mon.gif'); }
62 #tcalNextYear { background-image: url(
'img/next_year.gif'); }
63
64 /* table containing week days header and calendar grid */

65 #tcalGrid {
66     border-collapse: collapse;
67     border: 1px solid silver;
68     width:
100%;
69 }
70 #tcalGrid th {
71     border: 1px solid silver;
72     border-collapse: collapse;
73     padding: 3px
0;
74     text-align: center;
75     font-family: Tahoma, Geneva, sans-serif;
76     font-size: 10px;
77     background-color: gray;
78     color: white;
79 }
80 #tcalGrid td {
81 background-color:#ffffff;
82 color:#0000FF;
83     border:
0;
84     border-collapse: collapse;
85     padding: 2px
0;
86     text-align: center;
87     font-family: Tahoma, Geneva, sans-serif;
88     width:
14%;
89     font-size: 11px;
90     cursor: pointer;
91 }
92 #tcalGrid td.tcalOtherMonth { color: silver; }
93 #tcalGrid td.tcalWeekend { background-color: #ACD6F5; color:#FF0000; }
94 #tcalGrid td.tcalToday { border: 1px solid red; }
95 #tcalGrid td.tcalSelected { background-color: #FFB3BE; }


Gõ tìm kiếm nhanh...